home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / apup222.zip / AUPDATE.BAT < prev    next >
DOS Batch File  |  1992-01-03  |  544b  |  19 lines

  1. @echo off
  2. if not exist ACTVIEW.EXE goto error1
  3. if not exist ACTVIEW.BDF goto error2
  4. if not exist BUPDATE.EXE goto error3
  5. bupdate -i ACTVIEW.BDF
  6. goto done
  7. :error1
  8. echo ██████████████████████████████████████████████████████████████████
  9. echo ACTVIEW.EXE (PCB version 2.21 only) not found in current directory
  10. echo ██████████████████████████████████████████████████████████████████
  11. goto done
  12. :error2
  13. echo ACTVIEW.BDF not found in current directory
  14. goto done
  15. :error3
  16. echo BUPDATE.EXE not found in current directory
  17. goto done
  18. :done
  19.